home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio-DSP / NU / Source / DictManager.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-05  |  590 b   |  25 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/Window.h>
  5.  
  6. @interface DictManager:Window
  7. {  id    browserView;
  8.    char **browserList ;
  9.    id textView ;
  10. }
  11.  
  12. + initialize ;
  13. + insertKey: (char *) aKey value: (void *) data type: (char *) aType ;
  14. + removeKey: (char *) aKey type: (char *) aType ;
  15. + (void *) valueForKey: (char *) aKey type: (char *) aType ;
  16. - (int)browser:sender fillMatrix:matrix inColumn:(int)column ;
  17. - browser:sender loadCell:cell atRow:(int)row inColumn:(int)column ;
  18. - delete: sender ;
  19. - makeKeyAndOrderFront: sender ;
  20. - newValue: sender ;
  21. - browserHit:sender ;
  22.  
  23.  
  24. @end
  25.